home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Shop / gaia.dir / Internal_3.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  368 b   |  21 lines

  1. on mouseEnter
  2.   cursor([cast "curs", cast "mask"])
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   cursor(-1)
  11.   tell the stage
  12.     set the visible of sprite 10 to 0
  13.     set the visible of sprite 11 to 0
  14.     set the visible of sprite 12 to 0
  15.     set the visible of sprite 14 to 0
  16.     set the visible of sprite 17 to 0
  17.     go(1)
  18.   end tell
  19.   forget(window "shop")
  20. end
  21.